GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IComment Interface / Text Method / Text(String,Int32,Nullable<Boolean>) Method
The text to be added.
The character number where the added text will be placed.
false to insert the text.


In This Topic
Text(String,Int32,Nullable<Boolean>) Method
In This Topic
Gets or sets comment text.
Syntax
'Declaration
 
Overloads Function Text( _
   Optional ByVal text As String, _
   Optional ByVal start As Integer, _
   Optional ByVal overwrite As Nullable(Of Boolean) _
) As String
 
'Usage
 
Dim instance As IComment
Dim text As String
Dim start As Integer
Dim overwrite As Nullable(Of Boolean)
Dim value As String
 
value = instance.Text(text, start, overwrite)

Parameters

text
The text to be added.
start
The character number where the added text will be placed.
overwrite
false to insert the text.
See Also